hypertext for research notes [closed]

Posted by user967543 on Programmers See other posts from Programmers or by user967543
Published on 2012-12-12T12:37:54Z Indexed on 2012/12/12 17:18 UTC
Read the original article Hit count: 174

Filed under:
|
|

I keep lots of notes as I work - code snippets, TODO lists, account details, links, comments. I currently use plain text files for this - very simple and robust but a bit last-century.

I would like features similar to HTML - e.g. to embed pictures, formatting, and crucially hyperlinks within my notes.

One particular use-case is an implementation of Getting Things Done - more or less, a collection of hierarchical TODO lists, which I'd implement with hyperlinks between tasks.

Most WYSIWYG HTML editors seem to be aimed at web designers, creating beautiful pages for professional websites. Is there a simple tool / editor more appropriate for how I want to use it? (or advice from anyone doing the same)

© Programmers or respective owner

Related posts about html

Related posts about text-editor